Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Basic Texture2D Loading #20

Merged
merged 2 commits into from
Jan 10, 2024
Merged

feature: Basic Texture2D Loading #20

merged 2 commits into from
Jan 10, 2024

Conversation

jimbuck
Copy link
Owner

@jimbuck jimbuck commented Jan 10, 2024

No description provided.

@jimbuck jimbuck changed the title Basic Texture2D Loading feat: Basic Texture2D Loading Jan 10, 2024
@jimbuck jimbuck changed the title feat: Basic Texture2D Loading feature: Basic Texture2D Loading Jan 10, 2024
Copy link
Contributor

Summary

Generated on: 1/10/2024 - 7:59:45 PM
Coverage date: 1/10/2024 - 7:59:33 PM - 1/10/2024 - 7:59:36 PM
Parser: MultiReport (2x Cobertura)
Assemblies: 5
Classes: 30
Files: 29
Line coverage: 17.7% (310 of 1742)
Covered lines: 310
Uncovered lines: 1432
Coverable lines: 1742
Total lines: 0
Branch coverage: 27.8% (77 of 276)
Covered branches: 77
Total branches: 276
Method coverage: 25.7% (72 of 280)
Covered methods: 72
Total methods: 280
Tag: 51_7480091770
Name Covered Uncovered Coverable Total Line coverage Covered Total Branch coverage Covered Total Method coverage
Ion.Core 153 133 286 0 53.4% 23 104 22.1% 41 71 57.7%
Ion.BuilderExtensions 1 0 1 0 100% 0 0 1 1 100%
Ion.Core.GameLoop 25 32 57 0 43.8% 2 14 14.2% 3 4 75%
Ion.Debug.NullTraceTimer 0 1 1 0 0% 0 0 0 1 0%
Ion.Debug.NullTraceTimer`1 1 0 1 0 100% 0 0 1 1 100%
Ion.Event`1 1 1 2 0 50% 0 0 1 2 50%
Ion.EventEmitter 16 2 18 0 88.8% 2 2 100% 7 8 87.5%
Ion.EventListener 21 50 71 0 29.5% 16 80 20% 4 9 44.4%
Ion.EventSystem 8 0 8 0 100% 0 0 2 2 100%
Ion.IonApplication 37 4 41 0 90.2% 0 0 13 15 86.6%
Ion.IonApplicationBuilder 24 0 24 0 100% 0 0 4 4 100%
Ion.PersistentStorage 0 14 14 0 0% 0 0 0 6 0%
Ion.PersistentStorageProvider 0 21 21 0 0% 0 0 0 13 0%
Ion.RingBuffer`1 19 8 27 0 70.3% 3 8 37.5% 5 5 100%
Ion.Core.Abstractions 40 738 778 0 5.1% 31 120 25.8% 10 120 8.3%
Ion.GameTime 0 1 1 0 0% 0 0 0 1 0%
Ion.MathHelper 0 46 46 0 0% 0 30 0% 0 17 0%
Ion.MemUtils 0 103 103 0 0% 0 40 0% 0 26 0%
Ion.MiddlewarePipelineBuilder 12 2 14 0 85.7% 6 8 75% 4 4 100%
Ion.SystemMiddlewareBinder 16 15 31 0 51.6% 9 18 50% 3 5 60%
Ion.UseDelegateServiceExtensions 0 532 532 0 0% 0 0 0 56 0%
Ion.UseSystemExtensions 12 1 13 0 92.3% 16 16 100% 3 3 100%
System.IO.BinaryExtensions 0 38 38 0 0% 0 8 0% 0 8 0%
Ion.Extensions.Debug.Abstractions 1 2 3 0 33.3% 0 0 **** 1 3 33.3%
Ion.Extensions.Debug.NullTimerInstance 1 1 2 0 50% 0 0 1 2 50%
Ion.Extensions.Debug.TraceTiming 0 1 1 0 0% 0 0 0 1 0%
Ion.Extensions.Scenes 107 16 123 0 86.9% 23 36 63.8% 19 27 70.3%
Ion.Extensions.Scenes.BuilderExtensions 14 0 14 0 100% 2 2 100% 2 2 100%
Ion.Extensions.Scenes.CurrentScene 6 1 7 0 85.7% 1 2 50% 2 3 66.6%
Ion.Extensions.Scenes.SceneBuilder 18 14 32 0 56.2% 0 0 2 9 22.2%
Ion.Extensions.Scenes.SceneSystem 69 1 70 0 98.5% 20 32 62.5% 13 13 100%
Ion.Extensions.Scenes.Abstractions 9 543 552 0 1.6% 0 16 0% 1 59 1.6%
Ion.Extensions.Scenes.Scene 9 0 9 0 100% 0 0 1 1 100%
Ion.Extensions.Scenes.UseDelegateServiceSceneExtensions 0 532 532 0 0% 0 0 0 56 0%
Ion.Extensions.Scenes.UseSystemExtensions 0 11 11 0 0% 0 16 0% 0 2 0%

@jimbuck jimbuck merged commit 91a897e into main Jan 10, 2024
6 of 7 checks passed
@jimbuck jimbuck deleted the features/asset-loading branch January 10, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant